バージョン

AddCollectionChange<TItem>(ICollection<TItem>,NotifyCollectionChangedAction,TItem[],Int32,String) メソッド

指定した追加/削除コレクションの変更の UndoUnit を、元に戻す履歴に追加します。
シンタックス
'宣言
 
Public Overloads Function AddCollectionChange(Of TItem)( _
   ByVal collection As ICollection(Of TItem), _
   ByVal action As NotifyCollectionChangedAction, _
   ByVal items() As TItem, _
   ByVal index As Integer, _
   Optional ByVal itemTypeDisplayName As String _
) As UndoUnit
public UndoUnit AddCollectionChange<TItem>( 
   ICollection<TItem> collection,
   NotifyCollectionChangedAction action,
   TItem[] items,
   int index,
   string itemTypeDisplayName
)

パラメータ

collection
変更されたコレクション。
action
発生した操作のタイプを示す「追加」または「削除」
items
追加または削除された項目
index
追加操作の新しい項目のインデックス、または削除操作に対して項目が存在したインデックス。
itemTypeDisplayName
エンドユーザーに提示される通りのコレクション内の項目のタイプを表す文字列、またはタイプ名と項目の両方またはいずれか一方を使用するためには null。

型パラメータ

TItem
項目のタイプ

戻り値の型

追加された UndoUnit を返します。またはこれが追加されなかった場合は null を返します
参照